projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e4dfbb
)
(fill-individual-paragraphs): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 18 Oct 2007 13:29:30 +0000
(13:29 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 18 Oct 2007 13:29:30 +0000
(13:29 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index ad42845eb530f457a17c098b70c0f88ddec7e00b..ca89fc7a83ca502f3547120b0816e7839592dd94 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-1360,7
+1360,7
@@
When calling from a program, pass the range to fill
as the first two arguments.
Optional third and fourth arguments JUSTIFY and CITATION-REGEXP:
-JUSTIFY to justify paragraphs (prefix arg)
,
+JUSTIFY to justify paragraphs (prefix arg)
.
When filling a mail message, pass a regexp for CITATION-REGEXP
which will match the prefix of a line which is a citation marker
plus whitespace, but no other kind of prefix.